home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / retro_ra.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  207 b   |  6 lines

  1. txtPercentage = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100) + "% loaded";
  2. tellTarget("loader")
  3. {
  4.    gotoAndPlay(Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100));
  5. }
  6.